DetachFromTargetRequest

data class DetachFromTargetRequest(sessionId: SessionID?, targetId: TargetID?)

Represents request frame that can be used with Target#detachFromTarget operation call.

Detaches session with given id.

See also

Constructors

DetachFromTargetRequest
Link copied to clipboard
fun DetachFromTargetRequest(sessionId: SessionID? = null, targetId: TargetID? = null)

Properties

sessionId
Link copied to clipboard
val sessionId: SessionID? = null
Session to detach.
targetId
Link copied to clipboard
val targetId: TargetID? = null
Deprecated.

Sources

jvm source
Link copied to clipboard